home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
CUGUK
/
PROG_TOO
/
C023A.ZIP
/
PART2
/
CC.SUB
< prev
next >
Wrap
Text File
|
1990-01-31
|
473b
|
24 lines
; Submit file to compile and link a single Small-C/Plus
; file from the current drive, with the result going to
; drive B:
;
; The compilation takes place on drive M:
;
; Usage:
;
; cc file : no optimisation
; cc file opt : optimise code
; cc file opt -c : compact optimisation
;
era m:$1.*
<y
pip m:=$1.c
m:
cc0 $1
era m:$1.c
z$2 $3 $1
zmac $1=$1
era $1.asm
zres b: clib $1
submit m:clib.sub